Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / Equals Method / Equals(TEnum) Method
The TEnum value to compare to.

In This Topic
    Equals(TEnum) Method
    In This Topic
    Checks whether this PdfEnum<TEnum> is equal to TEnum value.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As TEnum _
    ) As System.Boolean
    public System.bool Equals( 
       TEnum other
    )

    Parameters

    other
    The TEnum value to compare to.

    Return Value

    True if the values are equal, false otherwise.
    See Also